|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStringObject
Represents a dynamic sequence of characters.
| Field Summary | |
|---|---|
static java.lang.String |
FIELD_NAME_LENGTH
The name of the length field. |
static java.lang.String |
TYPE_NAME
The name of the string type. |
| Method Summary | |
|---|---|
INumberObject |
getLength()
Returns the length field of this string object. |
java.lang.String |
getValue()
Returns the current value of this data object. |
boolean |
setValue(java.lang.Object value)
Sets the value of this data object to the specified value. |
| Methods inherited from interface org.eclipse.vtp.framework.common.IDataObject |
|---|
getField, getType, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isReadOnly, setField, toString |
| Field Detail |
|---|
static final java.lang.String TYPE_NAME
static final java.lang.String FIELD_NAME_LENGTH
| Method Detail |
|---|
INumberObject getLength()
java.lang.String getValue()
boolean setValue(java.lang.Object value)
throws java.lang.IllegalStateException
This method will attempt to coerce the supplied value into a Java
String object.
value - The value to assign to this data object.
String.
java.lang.IllegalStateException - If this object is read-only.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||